home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 4575 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.9 KB

  1. Path: fix.uni-trier.de!not-for-mail
  2. From: hfrieden@fix.uni-trier.de (Hans-Joerg Frieden)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Wolfenstein Texture mapping problem
  5. Date: 1 Mar 1996 13:35:24 GMT
  6. Organization: Universitaet Trier
  7. Message-ID: <4h6ues$dpc@news01.uni-trier.de>
  8. References: <4g5mv0$sns@news01.uni-trier.de> <4gimj3$4lp@news01.uni-trier.de> <4glh4j$rgg@maureen.teleport.com> <4guqo5$4l9@news01.uni-trier.de> <4h2b1v$cn0@maureen.teleport.com>
  9. NNTP-Posting-Host: fix.uni-trier.de
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=US-ASCII
  12. Content-Transfer-Encoding: 7bit
  13. X-Newsreader: TIN [UNIX 1.3 950824BETA PL0]
  14.  
  15. Stephan Schaem (sschaem@teleport.com) wrote:
  16. :  You you so a setrast or rectfill on the picaso the function return
  17. :  immediatly?!?! 
  18. I can use the VillageBlit function to start an asynchronous fill or clear 
  19. on the picasso...
  20.  
  21. :  And you fill a zbuffer so you can use the picaso blitter? this is unclear.
  22. No, what I do is fill the Z Buffer while I clear the board memory with 
  23. the bitter. So I can use the time while the blitter is working to draw 
  24. something...
  25.  
  26. : : loop:
  27. : :     move.b    (a0,d0.w),(a1)+
  28. : :     addq    #2,a0
  29. : :     dbra    d1,loop
  30. :  what is this suposed to do.... I suposed its just part of the loop,
  31. :  otherwise (a0,d0.w) is superfluous. And why +2? what data are you
  32. :  skyping?
  33. Oops, Did I really write the above?? Of course this is rubbish... (grins 
  34. sheepishly...) No I can't recall the correct loop, gonna look it up...
  35.  
  36. :  Is just copiying the buffer in byte VS copying in work + rendering
  37. :  in byte in fast slower?
  38. Actually, I have two possiblities for copying. Either I use a processor 
  39. copy, which reads and writes words, or I use a blitter copy - the 
  40. picasso's blitter can access fast ram...
  41.  
  42. Regards, Hans-Joerg.
  43.  
  44. -- 
  45. Hans-Joerg Frieden   Schloss-Strasse 176   54293 Trier   Germany
  46. Private Mail to hfrieden@fix.uni-trier.de
  47. HiWi at University of Trier, Germany
  48. Any Opinion expressed is completely my own, not those of my employers.
  49.